home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / gdbm-1.7.3 / source / autoconf.h < prev    next >
Text File  |  1994-05-22  |  2KB  |  83 lines

  1. /* autoconf.h.  Generated automatically by configure.  */
  2. /* autoconf.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if using alloca.c.  */
  5. /* #undef C_ALLOCA */
  6.  
  7. /* Define to empty if the keyword does not work.  */
  8. /* #undef const */
  9.  
  10. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  11.    This function is required for alloca.c support on those systems.  */
  12. /* #undef CRAY_STACKSEG_END */
  13.  
  14. /* Define if you have alloca.h and it should be used (not Ultrix).  */
  15. /* #define HAVE_ALLOCA_H */
  16.  
  17. /* Define if your struct stat has st_blksize.  */
  18. #define HAVE_ST_BLKSIZE 1
  19.  
  20. /* Define if int is 16 bits instead of 32.  */
  21. /* #undef INT_16_BITS */
  22.  
  23. /* Define if long int is 64 bits.  */
  24. /* #undef LONG_64_BITS */
  25.  
  26. /* Define to `long' if <sys/types.h> doesn't define.  */
  27. /* #undef off_t */
  28.  
  29. /* If using the C implementation of alloca, define if you know the
  30.    direction of stack growth for your system; otherwise it will be
  31.    automatically deduced at run-time.
  32.     STACK_DIRECTION > 0 => grows toward higher addresses
  33.     STACK_DIRECTION < 0 => grows toward lower addresses
  34.     STACK_DIRECTION = 0 => direction of growth unknown
  35.  */
  36. /* #undef STACK_DIRECTION */
  37.  
  38. /* Define if your processor stores words with the most significant
  39.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  40. #define WORDS_BIGENDIAN 1
  41.  
  42. /* Define if you have bcopy.  */
  43. /* #define HAVE_BCOPY 1 */
  44.  
  45. /* Define if you have flock.  */
  46. /* #define HAVE_FLOCK 1 */
  47.  
  48. /* Define if you have fsync.  */
  49. /* #define HAVE_FSYNC 1 */
  50.  
  51. /* Define if you have ftruncate.  */
  52. /* #define HAVE_FTRUNCATE 1 */
  53.  
  54. /* Define if you have rename.  */
  55. #define HAVE_RENAME 1
  56.  
  57. /* Define if you have the <fcntl.h> header file.  */
  58. #define HAVE_FCNTL_H 1
  59.  
  60. /* Define if you have the <memory.h> header file.  */
  61. #define HAVE_MEMORY_H 1
  62.  
  63. /* Define if you have the <stdlib.h> header file.  */
  64. #define HAVE_STDLIB_H 1
  65.  
  66. /* Define if you have the <string.h> header file.  */
  67. #define HAVE_STRING_H 1
  68.  
  69. /* Define if you have the <sys/file.h> header file.  */
  70. /* #define HAVE_SYS_FILE_H 1 */
  71.  
  72. /* Define if you have the <sys/types.h> header file.  */
  73. /* #define HAVE_SYS_TYPES_H 1 */
  74.  
  75. /* Define if you have the <unistd.h> header file.  */
  76. /* #define HAVE_UNISTD_H 1 */
  77.  
  78. /* Define if you have the dbm library (-ldbm).  */
  79. /* #define HAVE_LIBDBM 1 */
  80.  
  81. /* Define if you have the ndbm library (-lndbm).  */
  82. /* #undef HAVE_LIBNDBM */
  83.